Fix shell output retrieval and comint-prompt-regexp init.
authorFabián Ezequiel Gallina <fabian@anue.biz>
Sun, 7 Oct 2012 04:33:16 +0000 (01:33 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Sun, 7 Oct 2012 04:33:16 +0000 (01:33 -0300)
commit03337b0718ea10c5adc978ea4c79d1b457eaf2a8
tree494b246ef83fb8977a421b0b843556816be6d224
parent9270cbe1b110912b9930be671147800f9fd885c4
Fix shell output retrieval and comint-prompt-regexp init.
* progmodes/python.el (inferior-python-mode):
(python-shell-make-comint): Fix initialization of
comint-prompt-regexp from copied file local variables.
(python-shell-fetched-lines): Remove var.
(python-shell-output-filter-in-progress): Rename from
python-shell-fetch-lines-in-progress.
(python-shell-output-filter-buffer): Rename from
python-shell-fetch-lines-string.
(python-shell-fetch-lines-filter): Delete function.
(python-shell-output-filter): New function.
(python-shell-send-string-no-output): Use them.
lisp/ChangeLog
lisp/progmodes/python.el